[Description("Width, in inches, of the bounding box of the annotation")] public float Width {get; set;}
public read-write property Width: Single;
DescriptionAttribute("Width, in inches, of the bounding box of the annotation") public function get,set Width : float
[Description("Width, in inches, of the bounding box of the annotation")] public: __property float get_Width(); public: __property void set_Width( float value );
[Description("Width, in inches, of the bounding box of the annotation")] public: property float Width { float get(); void set ( float value); }
'Declaration
<DescriptionAttribute("Width, in inches, of the bounding box of the annotation")> Public Property Width As Single